home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / util / gswingui / uppr_gif.ps < prev    next >
Text File  |  1993-03-16  |  311b  |  14 lines

  1. % For putting the upper part of the Postscript output page
  2. % into a 640x480 gif file.
  3. %
  4. %        -g640x480 uppr_gif.ps
  5.  
  6.  
  7.     gsave clippath pathbbox grestore
  8.     4 dict begin
  9.     /ury exch def /urx exch def /lly exch def /llx exch def
  10.     138 137 translate
  11.     1.3 1.3 scale
  12.     ury urx sub llx ury add neg translate
  13.     end
  14.